home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Macintosh Tracker 1.20 / source / Tracker Client Folder / Core 18⁄March⁄1994 / CObject.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-25  |  136 b   |  10 lines  |  [TEXT/KAHL]

  1. /* CObject.h */
  2.  
  3. #pragma once
  4.  
  5. struct    CObject    :    indirect
  6.     {
  7.         void*        operator new (unsigned long);
  8.         void        operator delete (void*);
  9.     };
  10.